Contents page

Rules for Tools/struct DynamicsEvent


struct DynamicsEvent
Dynamics Events map onto the Event structure.

struct DynamicsEvent {
    struct DynamicsEvent *next; /* The next event in the list. */
    long time;                  /* When this event occurs. */
    char type;                  /* What type of event. */
    unsigned char value;        /* Dynamic value. */ 
};